From 9b32905fcc8994b633e9b79b5fce81aaa9fa9155 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 1 Jul 2006 22:51:47 +0000 Subject: [PATCH] Windows build tweaks. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2191 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index e8163eeed..2269f93e8 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -192,8 +192,7 @@ release-winbuild: rm -fr /tmp/gpsbabel-$(VERSIOND)-cross cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross cd /tmp/gpsbabel-$(VERSIOND)-cross ; \ - LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make mingw32-cross-build && make \ - + CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make zip -j /tmp/gpsbabel-$(VERSIOND).zip $(WINFILES) release-upload: -- 2.30.2